From 0b9c5ec38d5ef2a686a769bcd750a2cb8c8d5c5f Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 23 Aug 2006 22:16:02 +0100 Subject: [PATCH] The various tools expect the device node to be /dev/xen/evtchn -- this makes it so that udev actually creates the device there Signed-off-by: Jeremy Katz --- tools/examples/xen-backend.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/examples/xen-backend.rules b/tools/examples/xen-backend.rules index 21c6d8c8fc..2bd95d1a25 100644 --- a/tools/examples/xen-backend.rules +++ b/tools/examples/xen-backend.rules @@ -4,3 +4,4 @@ SUBSYSTEM=="xen-backend", KERNEL=="vtpm*", RUN+="/etc/xen/scripts/vtpm $env{ACTI SUBSYSTEM=="xen-backend", KERNEL=="vif*", ACTION=="online", RUN+="$env{script} online" SUBSYSTEM=="xen-backend", KERNEL=="vif*", ACTION=="offline", RUN+="$env{script} offline" SUBSYSTEM=="xen-backend", ACTION=="remove", RUN+="/etc/xen/scripts/xen-hotplug-cleanup" +KERNEL=="evtchn", NAME="xen/%k" -- 2.30.2